home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
misc
/
DragonDaemon.lha
/
DragonDaemon-Install
/
Programme
/
ARexx
/
Anwahl_starten
< prev
next >
Wrap
Text File
|
1999-10-02
|
346b
|
18 lines
/* Wählmodul von DragonDaemon starten */
options results
if show('P','DragonDaemon') then
do
Address "DragonDaemon"
DD_DIALNUMBER
if rc=0 then say "Gewählte Nummer und Port: " result
if rc=1 then say "unbekannter Fehler"
if rc=7 then say "Abbruch"
else say "Fehler"
end
else
say "DragonDaemon nicht aktiv!"